﻿2026-08-03T01:33:54.1392413Z ##[group]Run set -euo pipefail
2026-08-03T01:33:54.1392703Z [36;1mset -euo pipefail[0m
2026-08-03T01:33:54.1392913Z [36;1mPIN=0c95435[0m
2026-08-03T01:33:54.1393119Z [36;1mCACHE="$HOME/spt-n1-oldbroker"[0m
2026-08-03T01:33:54.1393353Z [36;1mBIN="$CACHE/target/debug/spt"[0m
2026-08-03T01:33:54.1393653Z [36;1m# Self-healing cache: rebuild the pin only when it moves. Clone OUTSIDE[0m
2026-08-03T01:33:54.1394047Z [36;1m# the workspace (a clone inside gets adopted by the cargo workspace).[0m
2026-08-03T01:33:54.1394448Z [36;1mif [ ! -x "$BIN" ] || [ "$(cat "$CACHE/.builtpin" 2>/dev/null || true)" != "$PIN" ]; then[0m
2026-08-03T01:33:54.1394777Z [36;1m  rm -rf "$CACHE"[0m
2026-08-03T01:33:54.1394997Z [36;1m  git clone "$GITHUB_WORKSPACE" "$CACHE"[0m
2026-08-03T01:33:54.1395391Z [36;1m  git -C "$CACHE" checkout "$PIN"[0m
2026-08-03T01:33:54.1395725Z [36;1m  # CARGO_INCREMENTAL=0 — THE one-shot build in this workflow (releases#103:[0m
2026-08-03T01:33:54.1396139Z [36;1m  # -29.8% wall, -5.65 GB of target, n=3, slowest-OFF beat fastest-ON). The[0m
2026-08-03T01:33:54.1396556Z [36;1m  # finding is scoped to COLD one-shot builds and this is the only CI site that[0m
2026-08-03T01:33:54.1396972Z [36;1m  # is one: the cache is `rm -rf`'d and rebuilt from scratch when the pin moves,[0m
2026-08-03T01:33:54.1397381Z [36;1m  # and between pin moves it is consumed as a BINARY and never recompiled — so[0m
2026-08-03T01:33:54.1397796Z [36;1m  # the incremental state it would write is never read by anything, ever. Every[0m
2026-08-03T01:33:54.1398207Z [36;1m  # other cargo invocation in this workflow builds into the runner's PERSISTENT[0m
2026-08-03T01:33:54.1398625Z [36;1m  # `_work` target, where incremental is the mechanism that makes the next run[0m
2026-08-03T01:33:54.1399030Z [36;1m  # cheap; those are deliberately left alone.[0m
2026-08-03T01:33:54.1399356Z [36;1m  CARGO_INCREMENTAL=0 bash .github/bench/wrap.sh n1-oldbroker-build -- \[0m
2026-08-03T01:33:54.1399747Z [36;1m    cargo build --manifest-path "$CACHE/Cargo.toml" -p spt --bin spt[0m
2026-08-03T01:33:54.1400058Z [36;1m  echo "$PIN" > "$CACHE/.builtpin"[0m
2026-08-03T01:33:54.1400277Z [36;1mfi[0m
2026-08-03T01:33:54.1400525Z [36;1mSPT_N1_OLD_BROKER="$BIN" bash .github/bench/wrap.sh n1-pairing -- \[0m
2026-08-03T01:33:54.1400868Z [36;1m  cargo test -p spt --test n1_pairing -- --nocapture[0m
2026-08-03T01:33:54.1412152Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
2026-08-03T01:33:54.1412422Z env:
2026-08-03T01:33:54.1412612Z   RUSTFLAGS: -C link-arg=-fuse-ld=mold
2026-08-03T01:33:54.1412966Z   SPT_CI_TEST_TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30776330383-1-U99XN4
2026-08-03T01:33:54.1413408Z   TEMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30776330383-1-U99XN4
2026-08-03T01:33:54.1413809Z   TMP: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30776330383-1-U99XN4
2026-08-03T01:33:54.1414210Z   TMPDIR: /home/reavus/actions-runner/_work/_temp/spt-test-tmp-30776330383-1-U99XN4
2026-08-03T01:33:54.1414530Z ##[endgroup]
2026-08-03T01:33:54.4512342Z    Compiling proc-macro2 v1.0.106
2026-08-03T01:33:54.4512806Z    Compiling quote v1.0.45
2026-08-03T01:33:54.4513282Z    Compiling unicode-ident v1.0.24
2026-08-03T01:33:54.4513654Z    Compiling libc v0.2.186
2026-08-03T01:33:54.4513921Z    Compiling serde_core v1.0.228
2026-08-03T01:33:54.4514533Z    Compiling cfg-if v1.0.4
2026-08-03T01:33:54.4553161Z    Compiling serde v1.0.228
2026-08-03T01:33:54.4564297Z    Compiling typenum v1.20.1
2026-08-03T01:33:54.4601118Z    Compiling log v0.4.32
2026-08-03T01:33:54.4615921Z    Compiling pin-project-lite v0.2.17
2026-08-03T01:33:54.4677361Z    Compiling portable-atomic v1.13.1
2026-08-03T01:33:54.4751310Z    Compiling version_check v0.9.5
2026-08-03T01:33:54.4760493Z    Compiling memchr v2.8.1
2026-08-03T01:33:54.4761609Z    Compiling critical-section v1.2.0
2026-08-03T01:33:54.4894371Z    Compiling shlex v2.0.1
2026-08-03T01:33:54.5073466Z    Compiling find-msvc-tools v0.1.9
2026-08-03T01:33:54.5450707Z    Compiling subtle v2.6.1
2026-08-03T01:33:54.5520693Z    Compiling bytes v1.11.1
2026-08-03T01:33:54.5770358Z    Compiling futures-core v0.3.32
2026-08-03T01:33:54.6775603Z    Compiling smallvec v1.15.1
2026-08-03T01:33:54.7062439Z    Compiling equivalent v1.0.2
2026-08-03T01:33:54.7091609Z    Compiling itoa v1.0.18
2026-08-03T01:33:54.7125781Z    Compiling semver v1.0.28
2026-08-03T01:33:54.7395178Z    Compiling stable_deref_trait v1.2.1
2026-08-03T01:33:54.7870506Z    Compiling futures-sink v0.3.32
2026-08-03T01:33:54.7967667Z    Compiling futures-io v0.3.32
2026-08-03T01:33:54.8081586Z    Compiling slab v0.4.12
2026-08-03T01:33:54.8158350Z    Compiling rand_core v0.10.1
2026-08-03T01:33:54.8209075Z    Compiling generic-array v0.14.7
2026-08-03T01:33:54.8869226Z    Compiling futures-channel v0.3.32
2026-08-03T01:33:54.9381350Z    Compiling futures-task v0.3.32
2026-08-03T01:33:54.9621051Z    Compiling bitflags v2.12.1
2026-08-03T01:33:54.9775698Z    Compiling getrandom v0.4.2
2026-08-03T01:33:55.0035501Z    Compiling rustversion v1.0.22
2026-08-03T01:33:55.0085820Z    Compiling hashbrown v0.17.1
2026-08-03T01:33:55.0250890Z    Compiling rustc_version v0.4.1
2026-08-03T01:33:55.0314139Z    Compiling cpufeatures v0.2.17
2026-08-03T01:33:55.0934932Z    Compiling fnv v1.0.7
2026-08-03T01:33:55.1141376Z    Compiling cfg_aliases v0.2.1
2026-08-03T01:33:55.1248083Z    Compiling strsim v0.11.1
2026-08-03T01:33:55.1747918Z    Compiling litemap v0.8.2
2026-08-03T01:33:55.1823176Z    Compiling writeable v0.6.3
2026-08-03T01:33:55.1951342Z    Compiling dunce v1.0.5
2026-08-03T01:33:55.2136136Z    Compiling fs_extra v1.3.0
2026-08-03T01:33:55.2222748Z    Compiling icu_normalizer_data v2.2.0
2026-08-03T01:33:55.2670707Z    Compiling ident_case v1.0.1
2026-08-03T01:33:55.3400611Z    Compiling icu_properties_data v2.2.0
2026-08-03T01:33:55.3720766Z    Compiling utf8_iter v1.0.4
2026-08-03T01:33:55.3838373Z    Compiling autocfg v1.5.1
2026-08-03T01:33:55.4340999Z    Compiling percent-encoding v2.3.2
2026-08-03T01:33:55.4792349Z    Compiling http v1.4.1
2026-08-03T01:33:55.4980598Z    Compiling thiserror v2.0.18
2026-08-03T01:33:55.5092003Z    Compiling cpufeatures v0.3.0
2026-08-03T01:33:55.5980563Z    Compiling unicode-segmentation v1.13.3
2026-08-03T01:33:55.6182196Z    Compiling aws-lc-rs v1.17.0
2026-08-03T01:33:55.6860397Z    Compiling scopeguard v1.2.0
2026-08-03T01:33:55.7009331Z    Compiling form_urlencoded v1.2.2
2026-08-03T01:33:55.7250626Z    Compiling untrusted v0.9.0
2026-08-03T01:33:55.7850658Z    Compiling lock_api v0.4.14
2026-08-03T01:33:55.8127684Z    Compiling indexmap v2.14.0
2026-08-03T01:33:55.8351808Z    Compiling syn v2.0.117
2026-08-03T01:33:55.8700673Z    Compiling hybrid-array v0.4.12
2026-08-03T01:33:55.8797593Z    Compiling heck v0.5.0
2026-08-03T01:33:55.9001008Z    Compiling rustls v0.23.40
2026-08-03T01:33:55.9002127Z    Compiling unicode-xid v0.2.6
2026-08-03T01:33:55.9250645Z    Compiling atomic-waker v1.1.2
2026-08-03T01:33:55.9667879Z    Compiling anyhow v1.0.102
2026-08-03T01:33:55.9920492Z    Compiling const-oid v0.10.2
2026-08-03T01:33:56.0020618Z    Compiling zerocopy v0.8.50
2026-08-03T01:33:56.0350385Z    Compiling fastrand v2.4.1
2026-08-03T01:33:56.0450689Z    Compiling parking_lot_core v0.9.12
2026-08-03T01:33:56.1180690Z    Compiling convert_case v0.10.0
2026-08-03T01:33:56.1570420Z    Compiling paste v1.0.15
2026-08-03T01:33:56.1771395Z    Compiling jobserver v0.1.34
2026-08-03T01:33:56.2392808Z    Compiling httparse v1.10.1
2026-08-03T01:33:56.2520306Z    Compiling num-traits v0.2.19
2026-08-03T01:33:56.2981871Z    Compiling curve25519-dalek v4.1.3
2026-08-03T01:33:56.3164135Z    Compiling ahash v0.8.12
2026-08-03T01:33:56.4210681Z    Compiling either v1.16.0
2026-08-03T01:33:56.4281067Z    Compiling powerfmt v0.2.0
2026-08-03T01:33:56.4341508Z    Compiling cc v1.2.63
2026-08-03T01:33:56.4908890Z    Compiling crypto-common v0.1.7
2026-08-03T01:33:56.5151803Z    Compiling block-buffer v0.10.4
2026-08-03T01:33:56.5221319Z    Compiling base64ct v1.8.3
2026-08-03T01:33:56.5763244Z    Compiling crypto-common v0.2.2
2026-08-03T01:33:56.5870644Z    Compiling block-buffer v0.12.0
2026-08-03T01:33:56.5960738Z    Compiling inout v0.2.2
2026-08-03T01:33:56.6171021Z    Compiling digest v0.10.7
2026-08-03T01:33:56.6371114Z    Compiling http-body v1.0.1
2026-08-03T01:33:56.6590907Z    Compiling deranged v0.5.8
2026-08-03T01:33:56.7791070Z    Compiling try-lock v0.2.5
2026-08-03T01:33:56.8390854Z    Compiling pem-rfc7468 v1.0.0
2026-08-03T01:33:56.8519844Z    Compiling zmij v1.0.21
2026-08-03T01:33:56.8521288Z    Compiling pkg-config v0.3.33
2026-08-03T01:33:56.8630894Z    Compiling data-encoding v2.11.0
2026-08-03T01:33:56.8633071Z    Compiling base64 v0.22.1
2026-08-03T01:33:56.9690758Z    Compiling vcpkg v0.2.15
2026-08-03T01:33:57.0160593Z    Compiling mio v1.2.1
2026-08-03T01:33:57.0886438Z    Compiling socket2 v0.6.4
2026-08-03T01:33:57.1108887Z    Compiling getrandom v0.2.17
2026-08-03T01:33:57.2946904Z    Compiling rand_core v0.6.4
2026-08-03T01:33:57.3191198Z    Compiling tinyvec_macros v0.1.1
2026-08-03T01:33:57.3254058Z    Compiling time-core v0.1.8
2026-08-03T01:33:57.3697793Z    Compiling num-conv v0.2.2
2026-08-03T01:33:57.4579273Z    Compiling uuid v1.23.2
2026-08-03T01:33:57.4755711Z    Compiling tower-service v0.3.3
2026-08-03T01:33:57.5071806Z    Compiling cipher v0.5.2
2026-08-03T01:33:57.5355096Z    Compiling tinyvec v1.11.0
2026-08-03T01:33:57.5726868Z    Compiling parking_lot v0.12.5
2026-08-03T01:33:57.6698879Z    Compiling want v0.3.1
2026-08-03T01:33:57.7621902Z    Compiling chacha20 v0.10.0
2026-08-03T01:33:57.7749326Z    Compiling cmake v0.1.58
2026-08-03T01:33:57.8560634Z    Compiling sha2 v0.10.9
2026-08-03T01:33:57.8597925Z    Compiling inout v0.1.4
2026-08-03T01:33:57.8751293Z    Compiling spt-procident v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-procident)
2026-08-03T01:33:57.9640696Z    Compiling vergen-lib v9.1.0
2026-08-03T01:33:57.9770822Z    Compiling n0-future v0.3.2
2026-08-03T01:33:58.0254629Z    Compiling winnow v1.0.3
2026-08-03T01:33:58.0782882Z    Compiling rand v0.10.1
2026-08-03T01:33:58.1199916Z    Compiling diatomic-waker v0.2.3
2026-08-03T01:33:58.1261311Z    Compiling cordyceps v0.3.4
2026-08-03T01:33:58.1361069Z    Compiling signature v2.2.0
2026-08-03T01:33:58.1750774Z    Compiling serde_json v1.0.150
2026-08-03T01:33:58.1948549Z    Compiling httpdate v1.0.3
2026-08-03T01:33:58.2020777Z    Compiling parking v2.2.1
2026-08-03T01:33:58.2520074Z    Compiling spin v0.10.0
2026-08-03T01:33:58.2588164Z    Compiling crossbeam-utils v0.8.21
2026-08-03T01:33:58.2636208Z    Compiling ed25519 v2.2.3
2026-08-03T01:33:58.3141196Z    Compiling futures-lite v2.6.1
2026-08-03T01:33:58.3364622Z    Compiling spt-poolguard v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-poolguard)
2026-08-03T01:33:58.3589950Z    Compiling cipher v0.4.4
2026-08-03T01:33:58.3985688Z    Compiling digest v0.11.3
2026-08-03T01:33:58.4290474Z    Compiling netlink-packet-core v0.8.1
2026-08-03T01:33:58.4610141Z    Compiling futures-buffered v0.2.13
2026-08-03T01:33:58.4757220Z    Compiling universal-hash v0.5.1
2026-08-03T01:33:58.4779728Z    Compiling vergen-lib v0.1.6
2026-08-03T01:33:58.5490716Z    Compiling vergen v9.1.0
2026-08-03T01:33:58.5760851Z    Compiling heapless v0.7.17
2026-08-03T01:33:58.5831624Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-08-03T01:33:58.5971762Z    Compiling noq-udp v0.10.0
2026-08-03T01:33:58.6076602Z    Compiling sync_wrapper v1.0.2
2026-08-03T01:33:58.6632807Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-08-03T01:33:58.6984250Z    Compiling opaque-debug v0.3.1
2026-08-03T01:33:58.7180961Z    Compiling allocator-api2 v0.2.21
2026-08-03T01:33:58.7371329Z    Compiling byteorder v1.5.0
2026-08-03T01:33:58.7624411Z    Compiling polyval v0.6.2
2026-08-03T01:33:58.7725541Z    Compiling aws-lc-sys v0.41.0
2026-08-03T01:33:58.7749816Z    Compiling ring v0.17.14
2026-08-03T01:33:58.8261490Z    Compiling libsqlite3-sys v0.30.1
2026-08-03T01:33:58.8361268Z    Compiling spt-store v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-store)
2026-08-03T01:33:58.9444356Z    Compiling hash32 v0.2.1
2026-08-03T01:33:58.9661011Z    Compiling spin v0.9.8
2026-08-03T01:33:58.9932760Z    Compiling vergen-gitcl v1.0.8
2026-08-03T01:33:59.0540514Z    Compiling tower-layer v0.3.3
2026-08-03T01:33:59.0700697Z    Compiling num_threads v0.1.7
2026-08-03T01:33:59.1272734Z    Compiling ryu v1.0.23
2026-08-03T01:33:59.1340675Z    Compiling fallible-iterator v0.3.0
2026-08-03T01:33:59.1690270Z    Compiling signature v3.0.0
2026-08-03T01:33:59.2030826Z    Compiling fallible-streaming-iterator v0.1.9
2026-08-03T01:33:59.2446192Z    Compiling time v0.3.47
2026-08-03T01:33:59.2646171Z    Compiling ghash v0.5.1
2026-08-03T01:33:59.2734277Z    Compiling aes v0.8.4
2026-08-03T01:33:59.3679245Z    Compiling ctr v0.9.2
2026-08-03T01:33:59.3841049Z    Compiling sha2 v0.11.0-rc.5
2026-08-03T01:33:59.3900759Z    Compiling fs2 v0.4.3
2026-08-03T01:33:59.5394304Z    Compiling http-body-util v0.1.3
2026-08-03T01:33:59.5655058Z    Compiling aead v0.5.2
2026-08-03T01:33:59.5724549Z    Compiling openssl-probe v0.2.1
2026-08-03T01:33:59.6736869Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-08-03T01:33:59.6847093Z    Compiling utf8parse v0.2.2
2026-08-03T01:33:59.7530894Z    Compiling rustix v1.1.4
2026-08-03T01:33:59.7671461Z    Compiling arrayvec v0.7.6
2026-08-03T01:33:59.7820777Z    Compiling crossbeam-epoch v0.9.18
2026-08-03T01:33:59.8852869Z    Compiling crossbeam-channel v0.5.15
2026-08-03T01:33:59.9164404Z    Compiling aes-gcm v0.10.3
2026-08-03T01:33:59.9850779Z    Compiling blake3 v1.8.5
2026-08-03T01:33:59.9910824Z    Compiling netlink-packet-route v0.29.0
2026-08-03T01:34:00.0650647Z    Compiling memoffset v0.6.5
2026-08-03T01:34:00.1691095Z    Compiling acto v0.8.2
2026-08-03T01:34:00.2132440Z    Compiling netwatch v0.16.0
2026-08-03T01:34:00.2222113Z    Compiling noq v0.18.0
2026-08-03T01:34:00.2514532Z    Compiling thiserror v1.0.69
2026-08-03T01:34:00.3100747Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-08-03T01:34:00.3561528Z    Compiling linux-raw-sys v0.12.1
2026-08-03T01:34:00.4430559Z    Compiling ref-cast v1.0.25
2026-08-03T01:34:00.4470968Z    Compiling mac-addr v0.3.0
2026-08-03T01:34:00.5344999Z    Compiling lru-slab v0.1.2
2026-08-03T01:34:00.5795044Z    Compiling xml-rs v0.8.28
2026-08-03T01:34:00.5941350Z    Compiling sorted-index-buffer v0.2.1
2026-08-03T01:34:00.6120146Z    Compiling identity-hash v0.1.0
2026-08-03T01:34:00.6527906Z    Compiling tagptr v0.2.0
2026-08-03T01:34:00.6829326Z    Compiling foldhash v0.2.0
2026-08-03T01:34:00.7130409Z    Compiling rustc-hash v2.1.2
2026-08-03T01:34:00.8041139Z    Compiling hashbrown v0.16.1
2026-08-03T01:34:00.8686101Z    Compiling netlink-packet-route v0.30.0
2026-08-03T01:34:00.9241386Z    Compiling synstructure v0.13.2
2026-08-03T01:34:00.9356279Z    Compiling darling_core v0.20.11
2026-08-03T01:34:01.0747461Z    Compiling serde_derive_internals v0.29.1
2026-08-03T01:34:01.3924945Z    Compiling proc-macro-crate v3.5.0
2026-08-03T01:34:01.5657070Z    Compiling xmltree v0.10.3
2026-08-03T01:34:01.6421898Z    Compiling ioctl-rs v0.1.6
2026-08-03T01:34:01.6694463Z    Compiling errno v0.3.14
2026-08-03T01:34:01.7247557Z    Compiling serial-core v0.4.0
2026-08-03T01:34:01.7254822Z    Compiling termios v0.2.2
2026-08-03T01:34:01.7777046Z    Compiling simple-dns v0.9.3
2026-08-03T01:34:01.8163589Z    Compiling aho-corasick v1.1.4
2026-08-03T01:34:01.8578185Z    Compiling signal-hook v0.3.18
2026-08-03T01:34:01.8930724Z    Compiling toml_write v0.1.2
2026-08-03T01:34:01.9319300Z    Compiling regex-syntax v0.8.10
2026-08-03T01:34:02.0053653Z    Compiling winnow v0.7.15
2026-08-03T01:34:02.1097049Z    Compiling smol_str v0.1.24
2026-08-03T01:34:02.1642106Z    Compiling arrayref v0.3.9
2026-08-03T01:34:02.1742628Z    Compiling simdutf8 v0.1.5
2026-08-03T01:34:02.2128281Z    Compiling resolv-conf v0.7.6
2026-08-03T01:34:02.3280700Z    Compiling sha1_smol v1.0.1
2026-08-03T01:34:02.3321022Z    Compiling constant_time_eq v0.4.2
2026-08-03T01:34:02.5030658Z    Compiling serial-unix v0.4.0
2026-08-03T01:34:02.5558239Z    Compiling signal-hook-registry v1.4.8
2026-08-03T01:34:02.6920792Z    Compiling lru v0.16.4
2026-08-03T01:34:02.7685001Z    Compiling darling_core v0.23.0
2026-08-03T01:34:02.8017459Z    Compiling serde_derive v1.0.228
2026-08-03T01:34:02.8661398Z    Compiling zeroize_derive v1.4.3
2026-08-03T01:34:02.9007396Z    Compiling tokio-macros v2.7.0
2026-08-03T01:34:03.1249049Z    Compiling futures-macro v0.3.32
2026-08-03T01:34:03.3789103Z    Compiling zeroize v1.8.2
2026-08-03T01:34:03.5031725Z    Compiling zerofrom-derive v0.1.7
2026-08-03T01:34:03.5570744Z    Compiling yoke-derive v0.8.2
2026-08-03T01:34:03.5801870Z    Compiling tokio v1.52.3
2026-08-03T01:34:04.0071145Z    Compiling zerovec-derive v0.11.3
2026-08-03T01:34:04.1321103Z    Compiling futures-util v0.3.32
2026-08-03T01:34:04.2150837Z    Compiling displaydoc v0.2.6
2026-08-03T01:34:04.3639976Z    Compiling tracing-attributes v0.1.31
2026-08-03T01:34:04.5410750Z    Compiling rustls-pki-types v1.14.1
2026-08-03T01:34:04.7681311Z    Compiling curve25519-dalek-derive v0.1.1
2026-08-03T01:34:04.8975375Z    Compiling zerofrom v0.1.8
2026-08-03T01:34:04.9590544Z    Compiling thiserror-impl v2.0.18
2026-08-03T01:34:05.0137567Z    Compiling yoke v0.8.3
2026-08-03T01:34:05.2201766Z    Compiling zerotrie v0.2.4
2026-08-03T01:34:05.3135321Z    Compiling darling_macro v0.20.11
2026-08-03T01:34:05.3987717Z    Compiling derive_more-impl v2.1.1
2026-08-03T01:34:05.4717915Z    Compiling zerovec v0.11.6
2026-08-03T01:34:05.6149749Z    Compiling spez v0.1.2
2026-08-03T01:34:05.6310634Z    Compiling darling v0.20.11
2026-08-03T01:34:05.6940561Z    Compiling derive_builder_core v0.20.2
2026-08-03T01:34:05.9377361Z    Compiling n0-error-macros v0.1.3
2026-08-03T01:34:06.2739622Z    Compiling tinystr v0.8.3
2026-08-03T01:34:06.3068769Z    Compiling potential_utf v0.1.5
2026-08-03T01:34:06.4699389Z    Compiling icu_locale_core v2.2.0
2026-08-03T01:34:06.4846886Z    Compiling icu_collections v2.2.0
2026-08-03T01:34:06.5030650Z    Compiling der v0.8.0-rc.10
2026-08-03T01:34:06.6346893Z    Compiling pin-project-internal v1.1.13
2026-08-03T01:34:06.8692654Z    Compiling derive_builder_macro v0.20.2
2026-08-03T01:34:07.0000471Z    Compiling n0-error v0.1.3
2026-08-03T01:34:07.2132465Z    Compiling derive_builder v0.20.2
2026-08-03T01:34:07.2609475Z    Compiling ed25519-dalek v2.2.0
2026-08-03T01:34:07.6650903Z    Compiling spt-proto v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-proto)
2026-08-03T01:34:07.6733233Z    Compiling cobs v0.3.0
2026-08-03T01:34:07.7702205Z    Compiling icu_provider v2.2.0
2026-08-03T01:34:07.8428431Z    Compiling ipnet v2.12.0
2026-08-03T01:34:07.8988399Z    Compiling futures-executor v0.3.32
2026-08-03T01:34:07.9265777Z    Compiling pin-project v1.1.13
2026-08-03T01:34:07.9929517Z    Compiling spki v0.8.0-rc.4
2026-08-03T01:34:08.1073756Z    Compiling icu_normalizer v2.2.0
2026-08-03T01:34:08.1825501Z    Compiling icu_properties v2.2.0
2026-08-03T01:34:08.2022247Z    Compiling pkcs8 v0.11.0-rc.10
2026-08-03T01:34:08.2400953Z    Compiling prefix-trie v0.8.4
2026-08-03T01:34:08.2544839Z    Compiling futures v0.3.32
2026-08-03T01:34:08.3589048Z    Compiling once_cell v1.21.4
2026-08-03T01:34:08.4692615Z    Compiling ed25519 v3.0.0-rc.4
2026-08-03T01:34:08.5410746Z    Compiling postcard-derive v0.2.2
2026-08-03T01:34:08.5810624Z    Compiling tracing-core v0.1.36
2026-08-03T01:34:08.8012114Z    Compiling hashbrown v0.14.5
2026-08-03T01:34:08.9189646Z    Compiling data-encoding-macro-internal v0.1.18
2026-08-03T01:34:09.0226887Z    Compiling rustls-native-certs v0.8.4
2026-08-03T01:34:09.0429564Z    Compiling enum-assoc v1.3.0
2026-08-03T01:34:09.0912298Z    Compiling tracing v0.1.44
2026-08-03T01:34:09.2897707Z    Compiling data-encoding-macro v0.1.20
2026-08-03T01:34:09.2969162Z    Compiling postcard v1.1.3
2026-08-03T01:34:09.4271196Z    Compiling tokio-util v0.7.18
2026-08-03T01:34:09.4379954Z    Compiling netlink-sys v0.8.8
2026-08-03T01:34:09.4930699Z    Compiling tower v0.5.3
2026-08-03T01:34:09.5954706Z    Compiling hashlink v0.9.1
2026-08-03T01:34:09.7530012Z    Compiling idna_adapter v1.2.2
2026-08-03T01:34:09.7594437Z    Compiling num_enum_derive v0.7.6
2026-08-03T01:34:09.7811443Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-08-03T01:34:09.7832872Z    Compiling async-trait v0.1.89
2026-08-03T01:34:09.8663848Z    Compiling idna v1.1.0
2026-08-03T01:34:09.9312717Z    Compiling strum_macros v0.28.0
2026-08-03T01:34:10.0113522Z    Compiling iroh-metrics-derive v0.4.1
2026-08-03T01:34:10.0199621Z    Compiling derive_more v2.1.1
2026-08-03T01:34:10.1134722Z    Compiling rusqlite v0.32.1
2026-08-03T01:34:10.1208787Z    Compiling iroh-relay v0.98.0
2026-08-03T01:34:10.2012758Z    Compiling netdev v0.42.0
2026-08-03T01:34:10.2085917Z    Compiling netlink-proto v0.12.0
2026-08-03T01:34:10.2088548Z    Compiling moka v0.12.15
2026-08-03T01:34:10.3214441Z    Compiling toml_datetime v0.6.11
2026-08-03T01:34:10.3704290Z    Compiling url v2.5.8
2026-08-03T01:34:10.4905777Z    Compiling h2 v0.4.14
2026-08-03T01:34:10.5482455Z    Compiling iroh-metrics v0.38.3
2026-08-03T01:34:10.6280509Z    Compiling n0-watcher v0.6.1
2026-08-03T01:34:10.6711854Z    Compiling tokio-stream v0.1.18
2026-08-03T01:34:10.8731418Z    Compiling serde_spanned v0.6.9
2026-08-03T01:34:10.8824375Z    Compiling num_enum v0.7.6
2026-08-03T01:34:10.9230791Z    Compiling ref-cast-impl v1.0.25
2026-08-03T01:34:10.9799260Z    Compiling thiserror-impl v1.0.69
2026-08-03T01:34:10.9944073Z    Compiling toml_edit v0.22.27
2026-08-03T01:34:11.2085506Z    Compiling hickory-proto v0.26.0-beta.4
2026-08-03T01:34:11.3146108Z    Compiling iroh-base v0.98.0
2026-08-03T01:34:11.3460507Z    Compiling attohttpc v0.30.1
2026-08-03T01:34:11.5146588Z    Compiling tower-http v0.6.11
2026-08-03T01:34:11.9260599Z    Compiling webpki-roots v1.0.7
2026-08-03T01:34:11.9578089Z    Compiling regex-automata v0.4.14
2026-08-03T01:34:12.0521642Z    Compiling schemars_derive v1.2.1
2026-08-03T01:34:12.0751723Z    Compiling serde_bytes v0.11.19
2026-08-03T01:34:12.0801254Z    Compiling seize v0.5.1
2026-08-03T01:34:12.1210607Z    Compiling hmac v0.12.1
2026-08-03T01:34:12.2529841Z    Compiling iroh v0.98.2
2026-08-03T01:34:12.3270604Z    Compiling bitflags v1.3.2
2026-08-03T01:34:12.3871874Z    Compiling pin-utils v0.1.0
2026-08-03T01:34:12.3960828Z    Compiling rustix v0.38.44
2026-08-03T01:34:12.4491077Z    Compiling dyn-clone v1.0.20
2026-08-03T01:34:12.4832960Z    Compiling cmov v0.5.4
2026-08-03T01:34:12.5755712Z    Compiling nix v0.25.1
2026-08-03T01:34:12.5759575Z    Compiling filedescriptor v0.8.3
2026-08-03T01:34:12.5890737Z    Compiling papaya v0.2.4
2026-08-03T01:34:12.7431258Z    Compiling ctutils v0.4.2
2026-08-03T01:34:12.7525683Z    Compiling hkdf v0.12.4
2026-08-03T01:34:12.8300689Z    Compiling backon v1.6.0
2026-08-03T01:34:12.8951053Z    Compiling darling_macro v0.23.0
2026-08-03T01:34:12.9580509Z    Compiling strum v0.28.0
2026-08-03T01:34:13.0585126Z    Compiling iroh-dns v0.98.0
2026-08-03T01:34:13.1065338Z    Compiling serial v0.4.0
2026-08-03T01:34:13.1160843Z    Compiling anstyle-parse v1.0.0
2026-08-03T01:34:13.1604758Z    Compiling vte_generate_state_changes v0.1.2
2026-08-03T01:34:13.1868628Z    Compiling anstyle-query v1.1.5
2026-08-03T01:34:13.2003040Z    Compiling downcast-rs v1.2.1
2026-08-03T01:34:13.2730584Z    Compiling linux-raw-sys v0.4.15
2026-08-03T01:34:13.2950428Z    Compiling instability v0.3.12
2026-08-03T01:34:13.3009812Z    Compiling unicode-width v0.2.0
2026-08-03T01:34:13.3462220Z    Compiling colorchoice v1.0.5
2026-08-03T01:34:13.3794091Z    Compiling anstyle v1.0.14
2026-08-03T01:34:13.4238486Z    Compiling foldhash v0.1.5
2026-08-03T01:34:13.4432300Z    Compiling is_terminal_polyfill v1.70.2
2026-08-03T01:34:13.4675320Z    Compiling shell-words v1.1.1
2026-08-03T01:34:13.5227141Z    Compiling vte v0.13.1
2026-08-03T01:34:13.5860524Z    Compiling hashbrown v0.15.5
2026-08-03T01:34:13.5930750Z    Compiling anstream v1.0.0
2026-08-03T01:34:13.6000969Z    Compiling signal-hook-mio v0.2.5
2026-08-03T01:34:13.6270895Z    Compiling darling v0.23.0
2026-08-03T01:34:13.6402101Z    Compiling spake2 v0.4.0
2026-08-03T01:34:13.6990800Z    Compiling terminal_size v0.4.4
2026-08-03T01:34:13.7049571Z    Compiling strum_macros v0.26.4
2026-08-03T01:34:13.7874258Z    Compiling toml v0.8.23
2026-08-03T01:34:13.9791045Z    Compiling sha1 v0.10.6
2026-08-03T01:34:13.9972327Z    Compiling itertools v0.13.0
2026-08-03T01:34:14.0806516Z    Compiling schemars v1.2.1
2026-08-03T01:34:14.2540151Z    Compiling swarm-discovery v0.6.0-alpha.2 (https://github.com/SaberMage/swarm-discovery?rev=89a2200d54a4e3cab2f46cc75ebff49a1fb07614#89a2200d)
2026-08-03T01:34:14.4117405Z    Compiling castaway v0.2.4
2026-08-03T01:34:14.4950828Z    Compiling doctest-file v1.1.1
2026-08-03T01:34:14.6089343Z    Compiling clap_lex v1.1.0
2026-08-03T01:34:14.8830758Z    Compiling unicode-width v0.1.14
2026-08-03T01:34:14.8960605Z    Compiling indoc v2.0.7
2026-08-03T01:34:14.9624910Z    Compiling static_assertions v1.1.0
2026-08-03T01:34:15.0172975Z    Compiling compact_str v0.8.2
2026-08-03T01:34:15.0961096Z    Compiling regex v1.12.3
2026-08-03T01:34:15.1860643Z    Compiling interprocess v2.4.2
2026-08-03T01:34:15.7356089Z    Compiling crossterm v0.28.1
2026-08-03T01:34:15.9170738Z    Compiling clap_builder v4.6.0
2026-08-03T01:34:15.9889662Z    Compiling unicode-truncate v1.1.0
2026-08-03T01:34:15.9950575Z    Compiling lru v0.12.5
2026-08-03T01:34:16.0300434Z    Compiling hyper v1.10.1
2026-08-03T01:34:16.0625937Z    Compiling strum v0.26.3
2026-08-03T01:34:16.1361368Z    Compiling clap_derive v4.6.1
2026-08-03T01:34:16.1496853Z    Compiling iana-time-zone v0.1.65
2026-08-03T01:34:16.1624499Z    Compiling cassowary v0.3.0
2026-08-03T01:34:16.1786655Z    Compiling nucleo-matcher v0.3.1
2026-08-03T01:34:16.4658910Z    Compiling chrono v0.4.45
2026-08-03T01:34:16.6636570Z    Compiling qrcode v0.14.1
2026-08-03T01:34:16.7959448Z    Compiling portable-pty v0.8.1
2026-08-03T01:34:16.8043380Z    Compiling ratatui v0.29.0
2026-08-03T01:34:16.9262435Z    Compiling tempfile v3.27.0
2026-08-03T01:34:17.4598768Z    Compiling spt-test-support v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-test-support)
2026-08-03T01:34:17.7601109Z    Compiling spt-msg v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-msg)
2026-08-03T01:34:17.9090897Z    Compiling hyper-util v0.1.20
2026-08-03T01:34:18.1789592Z    Compiling spt-runtime v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-runtime)
2026-08-03T01:34:18.1978057Z    Compiling spt-term v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-term)
2026-08-03T01:34:18.8169694Z    Compiling clap v4.6.1
2026-08-03T01:34:19.8045319Z    Compiling igd-next v0.17.1
2026-08-03T01:34:20.9788704Z    Compiling portmapper v0.16.0
2026-08-03T01:34:21.5725588Z    Compiling spt-live v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-live)
2026-08-03T01:34:25.5254936Z    Compiling rustls-webpki v0.103.13
2026-08-03T01:34:27.8109915Z    Compiling tokio-rustls v0.26.4
2026-08-03T01:34:27.8110339Z    Compiling rustls-platform-verifier v0.7.0
2026-08-03T01:34:27.8110682Z    Compiling noq-proto v0.17.0
2026-08-03T01:34:27.9432213Z    Compiling hickory-net v0.26.0-beta.4
2026-08-03T01:34:27.9433003Z    Compiling hyper-rustls v0.27.9
2026-08-03T01:34:27.9433470Z    Compiling tokio-websockets v0.13.2
2026-08-03T01:34:28.0641370Z    Compiling reqwest v0.13.4
2026-08-03T01:34:28.9745374Z    Compiling hickory-resolver v0.26.0-beta.4
2026-08-03T01:34:42.1994560Z    Compiling spt-net v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-net)
2026-08-03T01:34:43.8867321Z    Compiling spt-daemon v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt-daemon)
2026-08-03T01:34:54.1800161Z    Compiling spt v0.52.0 (/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core/crates/spt)
2026-08-03T01:34:59.9362874Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s
2026-08-03T01:34:59.9584722Z      Running tests/n1_pairing.rs (target/debug/deps/n1_pairing-c6fe52657dbb5e20)
2026-08-03T01:34:59.9597113Z 
2026-08-03T01:34:59.9597380Z running 1 test
2026-08-03T01:35:06.1503166Z test new_brain_serves_against_old_broker ... ok
2026-08-03T01:35:06.1503471Z 
2026-08-03T01:35:06.1504953Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.19s
2026-08-03T01:35:06.1505246Z 
